toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net.callback
/
[jvm]BeforeUrlRequestCallback
/
Response
Response
interface
Response
A response for
BeforeUrlRequestCallback
.
Members
Functions
cancel
Link copied to clipboard
open
fun
cancel
(
)
:
BeforeUrlRequestCallback.Response
Notifies the engine that the URL request should be canceled.
proceed
Link copied to clipboard
open
fun
proceed
(
)
:
BeforeUrlRequestCallback.Response
Notifies the engine that the URL request should continue without redirection.
redirect
Link copied to clipboard
open
fun
redirect
(
newUrl
:
String
)
:
BeforeUrlRequestCallback.Response
Notifies the engine that the URL request should be redirected to the given url.